BODY {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}


A {
	color: blue;
	text-decoration: underline;
}

A:VISITED {
	color: purple;
	text-decoration: underline;
}

A:HOVER {
	color: green;
	text-decoration: underline;
}


B {
	color: black;
	text-decoration: underline;
}


C {
	color: green;
	text-decoration: underline;
}

C:HOVER {
	color: blue;
	text-decoration: underline;
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
